home *** CD-ROM | disk | FTP | other *** search
/ Mastering CorelDraw 8 / Mastering CorelDraw 8.iso / a.exe / pro / Unit1.dfm / Unit1.txt
Text File  |  1998-10-21  |  1KB  |  70 lines

  1. object Form1: TForm1
  2.   Left = 223
  3.   Top = 234
  4.   BorderStyle = bsDialog
  5.   Caption = 'BDG Software'
  6.   ClientHeight = 58
  7.   ClientWidth = 420
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   WindowState = wsMinimized
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 80
  19.     Top = 32
  20.     Width = 32
  21.     Height = 32
  22.     AutoSize = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 189
  28.     Height = 13
  29.     Caption = 'Installing Drivers For Tutorial Simulations'
  30.   end
  31.   object Memo1: TMemo
  32.     Left = 32
  33.     Top = 112
  34.     Width = 281
  35.     Height = 57
  36.     Lines.Strings = (
  37.       '[InternetShortcut]'
  38.       'URL=http://www.cddepot.com/'
  39.       'Modifie='
  40.       'IconIndex=0')
  41.     TabOrder = 0
  42.     Visible = False
  43.   end
  44.   object FileListBox1: TFileListBox
  45.     Left = 264
  46.     Top = 104
  47.     Width = 145
  48.     Height = 97
  49.     ItemHeight = 13
  50.     TabOrder = 1
  51.     Visible = False
  52.   end
  53.   object ProgressBar1: TProgressBar
  54.     Left = 8
  55.     Top = 32
  56.     Width = 401
  57.     Height = 16
  58.     Min = 0
  59.     Max = 100
  60.     TabOrder = 2
  61.   end
  62.   object Timer1: TTimer
  63.     Enabled = False
  64.     Interval = 200
  65.     OnTimer = Timer1Timer
  66.     Left = 352
  67.     Top = 8
  68.   end
  69. end
  70.